Skip to content

fix: updated pf to pfcli#26

Merged
dlabaj merged 3 commits intopatternfly:mainfrom
dlabaj:pf-3928
May 1, 2026
Merged

fix: updated pf to pfcli#26
dlabaj merged 3 commits intopatternfly:mainfrom
dlabaj:pf-3928

Conversation

@dlabaj
Copy link
Copy Markdown
Contributor

@dlabaj dlabaj commented Apr 9, 2026

Updated pf command to pfcli to prevent conflict in some versions of linux and mac os.

Summary by CodeRabbit

  • Chores
    • Updated CLI command alias from pf to pfcli. Installation instructions have been updated to reflect the new command naming convention and help documentation.

@dlabaj dlabaj self-assigned this Apr 9, 2026
@dlabaj dlabaj added the bug Something isn't working label Apr 9, 2026
@github-project-automation github-project-automation Bot moved this to Needs triage in PatternFly Issues Apr 9, 2026
@dlabaj dlabaj moved this from Needs triage to PR Review in PatternFly Issues Apr 9, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 9, 2026

Warning

Rate limit exceeded

@dlabaj has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 22 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 30bf7433-d4e8-4f1c-9441-dc2cafbfe64f

📥 Commits

Reviewing files that changed from the base of the PR and between 672dbc9 and 70f2f9d.

📒 Files selected for processing (1)
  • scripts/install.sh

Walkthrough

The changes update the CLI command alias name from pf to pfcli across the package configuration and installation script, while maintaining the same executable reference to ./dist/cli.js.

Changes

Cohort / File(s) Summary
CLI Alias Update
package.json, scripts/install.sh
Updated CLI command alias name from pf to pfcli in package bin entry and corresponding installation script instructions, maintaining reference to the same executable.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: renaming the CLI command alias from 'pf' to 'pfcli' across package.json and installation script.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 59 minutes and 22 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@scripts/install.sh`:
- Line 251: The installer output contains a typo in the printf string: it prints
"pattenfly-cli" instead of the correct "patternfly-cli"; update the printf call
that emits 'alternatively you can use the alias "pfcli" instead of
"pattenfly-cli"' to use the correct product name "patternfly-cli" so user-facing
guidance is accurate.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a64fd7df-2c23-4444-83d0-db50ead2b154

📥 Commits

Reviewing files that changed from the base of the PR and between 3d0a15c and 672dbc9.

📒 Files selected for processing (2)
  • package.json
  • scripts/install.sh

Comment thread scripts/install.sh Outdated
dlabaj and others added 2 commits May 1, 2026 11:17
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@dlabaj dlabaj merged commit 2ba07a0 into patternfly:main May 1, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from PR Review to Done in PatternFly Issues May 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

🎉 This PR is included in version 1.2.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working released

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants